home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 235 / Issue 235 - September 2007 - DPCS0907DVD.ISO / Microsoft / Expression Blend / Blend.en.msi / Sparkle.Template.CSharp.Page.vstemplate.en < prev    next >
Encoding:
Extensible Markup Language  |  2006-10-23  |  766 b   |  15 lines

  1. <VSTemplate Version="2.0.0" Type="Item" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005">
  2.     <TemplateData>
  3.         <Name>Page</Name>
  4.         <Description>Create a Page to contain a portion of your project that can be reached by navigation, either within a browser-hosted application or within a navigation window.</Description>
  5.         <Icon>Page.png</Icon>
  6.         <ProjectType>CSharp</ProjectType>
  7.         <DefaultName>Page.xaml</DefaultName>
  8.         <SortOrder>30</SortOrder>
  9.     </TemplateData>
  10.     <TemplateContent>
  11.         <ProjectItem ReplaceParameters="true" TargetFileName="$fileinputname$.xaml" SubType="Form">Page.xaml</ProjectItem>
  12.         <ProjectItem ReplaceParameters="true" TargetFileName="$fileinputname$.xaml.cs" >Page.xaml.cs</ProjectItem>
  13.     </TemplateContent>
  14. </VSTemplate>
  15.